home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue25 / compress / COMPRESS.ZIP / SELFEXTF.DFM / SELFEXTF.txt
Encoding:
Text File  |  1997-07-09  |  1014 b   |  56 lines

  1. object Form1: TForm1
  2.   Left = 271
  3.   Top = 97
  4.   Width = 377
  5.   Height = 182
  6.   Caption = 'TCompress Self-extracting Installer'
  7.   Font.Color = clBlack
  8.   Font.Height = -18
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 120
  13.   TextHeight = 21
  14.   object Label1: TLabel
  15.     Left = 16
  16.     Top = 9
  17.     Width = 260
  18.     Height = 24
  19.     AutoSize = False
  20.     Caption = '&Target Directory'
  21.   end
  22.   object TargetDirectory: TEdit
  23.     Left = 11
  24.     Top = 35
  25.     Width = 347
  26.     Height = 29
  27.     TabOrder = 0
  28.     OnExit = TargetDirectoryExit
  29.   end
  30.   object RunProgram: TCheckBox
  31.     Left = 17
  32.     Top = 74
  33.     Width = 160
  34.     Height = 27
  35.     Caption = '&Run program'
  36.     TabOrder = 1
  37.   end
  38.   object ViewReadMe: TCheckBox
  39.     Left = 177
  40.     Top = 74
  41.     Width = 187
  42.     Height = 27
  43.     Caption = '&View Readme.txt'
  44.     TabOrder = 2
  45.   end
  46.   object Install: TButton
  47.     Left = 123
  48.     Top = 109
  49.     Width = 99
  50.     Height = 35
  51.     Caption = 'Install'
  52.     TabOrder = 3
  53.     OnClick = InstallClick
  54.   end
  55. end
  56.